projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496bed5
)
Mute noisy test fixture for socks.el
author
F. Jason Park
<jp@neverwas.me>
Sat, 20 Feb 2021 14:50:30 +0000
(06:50 -0800)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Feb 2021 15:15:44 +0000
(17:15 +0200)
* test/lisp/net/socks-tests.el:
(socks-tests-perform-hello-world-http-request): Bind
'inhibit-message' non-nil when in batch mode.
(Bug#46342)
test/lisp/net/socks-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/socks-tests.el
b/test/lisp/net/socks-tests.el
index 9a2dcba9daf50fa098a6dbe5846cbd3e4ce44c4e..71bdd74890a5b619fd5125ace5dacd4f170eabb0 100644
(file)
--- a/
test/lisp/net/socks-tests.el
+++ b/
test/lisp/net/socks-tests.el
@@
-173,6
+173,7
@@
Vectors must match verbatim. Strings are considered regex patterns.")
(goto-char (point-min))
(should (search-forward "Hello World" nil t))
(setq done t)))
+ (inhibit-message noninteractive)
(buf (url-http url cb '(nil)))
(proc (get-buffer-process buf))
(attempts 10))